home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / mui23dev.lha / MUI / Developer / Autodocs / MUI_Scrollgroup.doc < prev    next >
Text File  |  1994-12-23  |  1KB  |  37 lines

  1. TABLE OF CONTENTS
  2.  
  3. Scrollgroup.mui/Scrollgroup.mui
  4. Scrollgroup.mui/MUIA_Scrollgroup_Contents
  5. Scrollgroup.mui/MUIA_Scrollgroup_FreeHoriz
  6. Scrollgroup.mui/MUIA_Scrollgroup_FreeVert
  7. Scrollgroup.mui/Scrollgroup.mui
  8.  
  9.     Scrollgroup objects can be used to supply virtual groups with
  10.     scrollbars. These scrollbars automatically adjust according
  11.     to the virtual and display sizes of the underlying virtual
  12.     group. When scrolling is unnecessary (i.e. the virtual group
  13.     is completely visible), the scrollers get disabled.
  14. Scrollgroup.mui/MUIA_Scrollgroup_Contents
  15.  
  16.     NAME
  17.     MUIA_Scrollgroup_Contents -- (V4 ) [I..], Object *
  18.  
  19.     FUNCTION
  20.     You have to specify an object of Virtgroup class here.
  21. Scrollgroup.mui/MUIA_Scrollgroup_FreeHoriz
  22.  
  23.     NAME
  24.     MUIA_Scrollgroup_FreeHoriz -- (V9 ) [I..], BOOL
  25.  
  26.     FUNCTION
  27.     Specify if a scroll group should be horizontally moveable.
  28.     Defaults to FALSE.
  29. Scrollgroup.mui/MUIA_Scrollgroup_FreeVert
  30.  
  31.     NAME
  32.     MUIA_Scrollgroup_FreeVert -- (V9 ) [I..], BOOL
  33.  
  34.     FUNCTION
  35.     Specify if a scroll group should be vertically moveable.
  36.     Defaults to FALSE.
  37.